home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro113 / numlines.doc < prev    next >
Encoding:
Text File  |  1992-10-27  |  1.5 KB  |  43 lines

  1. NUMLINES.DOC
  2.  
  3. Num-Lines, Version 1.00, Copyright (c) 1992 SoftCircuits.
  4. Redistributed by permission.
  5.  
  6. -------------------------------------------------------------------
  7. NUMLINES.EXE counts the number of lines in text files. This simple
  8. program is useful when you need to know the number of lines of text
  9. in 1 or more files.
  10.  
  11. To run the program, type NUMLINES followed by the file
  12. specification. The file specification can include a drive and
  13. directory specification, and can be the name of a file or can
  14. contain wildcards (* or ?). The command line can contain multiple
  15. file specifications. NUMLINES will report the number of lines in
  16. each file, the total number of lines for each file specification,
  17. and also the total number of lines in all the files. Here's an
  18. example:
  19.  
  20.     NUMLINES a:\*.c b:\include\*.h
  21.  
  22. This example will report the number of lines in all the files
  23. with a .C extension in the root directory of drive A:, plus the
  24. number of lines in all the files with a .H extension in the INCLUDE
  25. directory of drive B:.
  26.  
  27. Note that it does not make sense to count the number of lines in
  28. binary (non-text) files since these files are not organized into
  29. lines.
  30.  
  31. This package may be distributed freely on the condition that it is
  32. distributed in full, and unchanged, and that no fee is charged for
  33. such use and distribution with the exception of reasonable media
  34. and shipping charges.
  35.  
  36. This program was created by:
  37.  
  38.     SoftCircuits Programming
  39.     P.O. Box 16262
  40.     Irvine, CA 92714
  41.  
  42. SoftCircuits welcomes your written comments or questions.
  43.